SciChart.Charting Assembly > SciChart.Charting.Visuals.Axes Namespace > RadarAxis Class > DrawGridLines Method : DrawGridLines(IRenderContext2D,IPen2D,IEnumerable<Single>) Method
The SciChart.Drawing.Common.IRenderContext2D instance used for drawing.
The pen (TargetType SciChart.Drawing.Common.IPen2D) to apply to the grid line.
The collection of coordinates to draw grid lines at.
DrawGridLines(IRenderContext2D,IPen2D,IEnumerable<Single>) Method
If this is the Primary Axis, draws grid lines on a SciChart.Charting.Visuals.SciChartRadarSurface at the specified coordinates. See AxisBase.IsPrimaryAxis.
Syntax

Parameters

renderContext
The SciChart.Drawing.Common.IRenderContext2D instance used for drawing.
gridLinesPen
The pen (TargetType SciChart.Drawing.Common.IPen2D) to apply to the grid line.
coordsToDraw
The collection of coordinates to draw grid lines at.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also